Skip to content

Conversation

@globau
Copy link
Contributor

@globau globau commented Jan 29, 2025

  • add missing type hints
  • remove mypy: checks weren't running
  • configure ruff checks
  • remove black; use ruff instead
  • add 'format' tox command
  • optimise Dockerfile to avoid rebuilding the venv on any source change
  • remove broken code coverage reports

- add missing type hints
- remove mypy: checks weren't running
- configure ruff checks
- remove black; use ruff instead
- add 'format' tox command
- optimise Dockerfile to avoid rebuilding the venv on any source change
- remove broken code coverage reports
ruff
commands =
ruff format git_hg_sync/ tests/
ruff check --fix-only --unsafe-fixes --exit-zero --show-fixes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: missing newline at EOF.

@globau globau merged commit 9483af2 into mozilla-conduit:main Jan 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants